object PickHandlerDlg: TPickHandlerDlg Left = 224 Top = 379 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'S'#233'lectionner le Gestionnaire' ClientHeight = 95 ClientWidth = 224 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label3: TLabel Left = 16 Top = 16 Width = 58 Height = 13 Caption = 'G'#233'r'#233' par :' end object OKBtn: TButton Left = 56 Top = 64 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 136 Top = 64 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 2 end object HandledByEdit: TComboBox Left = 16 Top = 32 Width = 193 Height = 21 HelpContext = 14001 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end end